home *** CD-ROM | disk | FTP | other *** search
- object COMBOINPUT: TCOMBOINPUT
- Left = 218
- Top = 184
- BorderIcons = []
- BorderStyle = bsDialog
- ClientHeight = 87
- ClientWidth = 317
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Prompt: TLabel
- Left = 9
- Top = 4
- Width = 300
- Height = 28
- AutoSize = False
- WordWrap = True
- end
- object ComboEdit: TComboBox
- Left = 8
- Top = 35
- Width = 300
- Height = 21
- DropDownCount = 10
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 0
- end
- object OK: TButton
- Tag = 4001
- Left = 75
- Top = 60
- Width = 80
- Height = 24
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Cancel: TButton
- Tag = 4002
- Left = 163
- Top = 60
- Width = 80
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = CancelClick
- end
- object Translate1: TTranslate
- Left = 8
- Top = 60
- end
- object ResolutionFix1: TResolutionFix
- Left = 44
- Top = 60
- end
- end
-